-
-
Notifications
You must be signed in to change notification settings - Fork 366
ref: Convert ExtraContextProvider to Swift #6445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❌ 1 Tests Failed:
View the top 2 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
9e830b8
to
f158c42
Compare
4ff0fe6
to
d892f23
Compare
a355868
to
c89402d
Compare
c89402d
to
b7e868a
Compare
Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
67e8e3e | 1238.80 ms | 1266.02 ms | 27.22 ms |
9cbff30 | 1236.33 ms | 1254.35 ms | 18.03 ms |
4b3f1af | 1227.04 ms | 1253.35 ms | 26.31 ms |
2a07609 | 1207.79 ms | 1233.77 ms | 25.98 ms |
5ec90e0 | 1235.57 ms | 1258.45 ms | 22.88 ms |
7fc6927 | 1221.21 ms | 1242.36 ms | 21.15 ms |
5196f0d | 1213.35 ms | 1231.37 ms | 18.02 ms |
d23a1b1 | 1218.94 ms | 1239.53 ms | 20.60 ms |
035974f | 1225.89 ms | 1251.23 ms | 25.34 ms |
7b3399c | 1193.35 ms | 1227.38 ms | 34.03 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
67e8e3e | 23.75 KiB | 919.88 KiB | 896.13 KiB |
9cbff30 | 23.75 KiB | 928.15 KiB | 904.40 KiB |
4b3f1af | 23.75 KiB | 981.30 KiB | 957.56 KiB |
2a07609 | 23.75 KiB | 912.78 KiB | 889.03 KiB |
5ec90e0 | 23.74 KiB | 872.67 KiB | 848.92 KiB |
7fc6927 | 23.75 KiB | 908.54 KiB | 884.79 KiB |
5196f0d | 23.75 KiB | 876.93 KiB | 853.19 KiB |
d23a1b1 | 23.75 KiB | 913.64 KiB | 889.88 KiB |
035974f | 23.74 KiB | 874.07 KiB | 850.33 KiB |
7b3399c | 23.75 KiB | 946.68 KiB | 922.94 KiB |
philipphofmann
approved these changes
Oct 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you @noahsmartin
b7e868a
to
8d46aa9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Straightforward objc to Swift conversion
#skip-changelog
Closes #6446